object Form6: TForm6 Left = 200 Top = 109 Width = 297 Height = 139 Caption = 'Finger O Death' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 8 Width = 57 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Name' end object Label2: TLabel Left = 0 Top = 32 Width = 57 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Host' end object Edit1: TEdit Left = 56 Top = 8 Width = 217 Height = 21 AutoSize = False TabOrder = 0 Text = 'Name@@@@@@@@@@@@@@@@' end object Edit2: TEdit Left = 56 Top = 32 Width = 129 Height = 21 AutoSize = False TabOrder = 1 Text = 'Host.com' end object Button1: TButton Left = 16 Top = 72 Width = 75 Height = 25 Caption = 'Finger Them!' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 152 Top = 72 Width = 81 Height = 25 Caption = 'Menu' TabOrder = 3 OnClick = Button2Click end object smuck: T_Finger Left = 248 Top = 40 end end